home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / comm / nt16310.zip / NETPRINT._ / NETPRINT.
Text File  |  1995-08-03  |  126b  |  10 lines

  1. #! /bin/sh 
  2. if test -r $1
  3. then
  4.      echo 'i'
  5.      cat $1
  6.      echo 'i'
  7. else
  8. echo Filename must exist and be readable
  9. fi
  10.